x86/PV: drop pointless conditional from pv_cpuid()'s state leaf logic
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:49:52 +0000 (15:49 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:49:52 +0000 (15:49 +0200)
commit6a611ac26e32df3e8139551c52cd2b7ad92839d1
tree268038bbca1a547d79180e56a781b1c194b56b2c
parent3b34170522fa711e955d71b0110cacda96a316b0
x86/PV: drop pointless conditional from pv_cpuid()'s state leaf logic

In the control/hardware domain case without it we simply re-read the
same value that was put into b near the top of the function.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/traps.c